CResourceInputStream Class Reference
List of all members.
Detailed Description
Resource input stream
Member Enumeration Documentation
- Enumerator:
kSeekSet |
|
kSeekCurrent |
|
kSeekEnd |
|
Constructor & Destructor Documentation
Member Function Documentation
ByteOrder getByteOrder |
( |
|
) |
const [inline, inherited] |
bool operator>> |
( |
double & |
output |
) |
[inherited] |
bool operator>> |
( |
uint64_t & |
output |
) |
[inherited] |
bool operator>> |
( |
int64_t & |
output |
) |
[inherited] |
bool operator>> |
( |
uint32_t & |
output |
) |
[inherited] |
bool operator>> |
( |
int32_t & |
output |
) |
[inherited] |
bool operator>> |
( |
uint16_t & |
output |
) |
[inherited] |
bool operator>> |
( |
int16_t & |
output |
) |
[inherited] |
bool operator>> |
( |
uint8_t & |
output |
) |
[inherited] |
bool operator>> |
( |
int8_t & |
output |
) |
[inherited] |
virtual bool operator>> |
( |
std::string & |
string |
) |
[inline, virtual] |
int32_t readRaw |
( |
void * |
buffer, |
|
|
int32_t |
size | |
|
) |
| | [virtual] |
void rewind |
( |
|
) |
[virtual] |
int64_t seek |
( |
int64_t |
pos, |
|
|
SeekMode |
mode | |
|
) |
| | [virtual] |
returns -1 if seek fails otherwise new position
Implements SeekableStream.
void setByteOrder |
( |
ByteOrder |
newByteOrder |
) |
[inline, inherited] |
int64_t tell |
( |
|
) |
const [virtual] |
Member Data Documentation
The documentation for this class was generated from the following files: